Skip to content

close-stale: close stale issues with workflow#5530

Open
redzynix wants to merge 1 commit into
thesofproject:topic/sof-devfrom
redzynix:close-stale
Open

close-stale: close stale issues with workflow#5530
redzynix wants to merge 1 commit into
thesofproject:topic/sof-devfrom
redzynix:close-stale

Conversation

@redzynix

Copy link
Copy Markdown

Add workflow to close stale issues.

Workflow will first mark the issue as stale if there is
no activity for 60 days, and close it after the next 14 days
if no action is taken.

Signed-off-by: Mateusz Redzynia [email protected]

Add workflow to close stale issues.

Workflow will first mark the issue as stale if there is
no activity for 60 days, and close it after the next 14 days
if no action is taken.

Signed-off-by: Mateusz Redzynia <[email protected]>
@redzynix

Copy link
Copy Markdown
Author

@SzymonRichert SzymonRichert left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This workflow is doing good job already here https://github.com/thesofproject/sof. @kv2019i , @ujfalusi , @ranj063, @bardliao, @lgirdwood could you give your input here.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a scheduled GitHub Actions workflow to automatically mark inactive issues as stale after 60 days and close them 14 days later, helping keep the issue tracker maintainable.

Changes:

  • Introduces a scheduled workflow that runs daily to manage stale items.
  • Configures actions/stale with issue-staleness thresholds, labels, and exemptions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +20 to +23
steps:
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
with:
stale-issue-message: 'This issue has been marked as stale because it has been open (more
Comment on lines +23 to +26
stale-issue-message: 'This issue has been marked as stale because it has been open (more
than) 60 days with no activity. Remove the stale label or add a comment saying that you
would like to have the label removed otherwise this issue will automatically be closed
in 14 days. Note, that you can always re-open a closed issue at any time.'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants